testing.common.helperNames (field)
7 uses
testing (current package)
fuzz.go#L124: f.helperNames = nil // map will be recreated next time it is needed
testing.go#L641: helperNames map[string]struct{} // helperPCs converted to function names
testing.go#L791: if c.helperNames == nil {
testing.go#L792: c.helperNames = make(map[string]struct{})
testing.go#L794: c.helperNames[pcToName(pc)] = struct{}{}
testing.go#L797: if _, ok := c.helperNames[frame.Function]; !ok {
testing.go#L1280: c.helperNames = nil // map will be recreated next time it is needed
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)